func runtime.stopTheWorld

10 uses

	runtime (current package)
		heapdump.go#L22: 	stw := stopTheWorld(stwWriteHeapDump)
		mprof.go#L1377: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1445: 	stw = stopTheWorld(stwGoroutineProfileCleanup)
		mprof.go#L1581: 	stw := stopTheWorld(stwGoroutineProfile)
		mprof.go#L1693: 		stw = stopTheWorld(stwAllGoroutinesStack)
		mstats.go#L355: 	stw := stopTheWorld(stwReadMemStats)
		os_linux.go#L720: 	stw := stopTheWorld(stwAllThreadsSyscall)
		proc.go#L1427: func stopTheWorld(reason stwReason) worldStop {
		proc.go#L1485: 	return stopTheWorld(reason)
		trace.go#L225: 	stw := stopTheWorld(stwStartTrace)